:root {
    --blue-primary: #096EB7;
    --blue-secondary: var(--blue-primary);
    --blue-light: #cbf2f3;
    --menu-border: rgba(0,0,0,0.2);
    --reg-lookup: #25316b;
    --cbn-header: var(--blue-primary);
    --cbn-header-text: white;
    --cbn-links: var(--blue-primary);
}

.header-lft .logo {
    height: 70px;
    margin: auto 5px;
}

.header-lft .logo img {
    max-height: 70px;
}

.powered-by-container {
    margin-top: 4px;
    margin-left: 8px;
}

.tm-logo-small {
    max-height: 14px;
    margin-left: 4px;
}

